This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "RTMBlueprintCompiler_MustImplementFunction.h" | |
#define LOCTEXT_NAMESPACE "RTMValidator_MustImplementFunction" | |
bool URTMBlueprintCompiler_MustImplementFunction::CanValidateBlueprint(const UBlueprint* blueprint) const | |
{ | |
switch(blueprint->BlueprintType) | |
{ | |
case BPTYPE_Normal: | |
case BPTYPE_Const: |