Skip to content

Instantly share code, notes, and snippets.

View intaxwashere's full-sized avatar
🏠
Working from home

Intax intaxwashere

🏠
Working from home
  • Türkiye
View GitHub Profile
@rtm223
rtm223 / RTMBlueprintCompiler_MustImplementFunction.cpp
Last active July 15, 2024 10:23
UFUNCTION(meta=(MustImplementInBlueprint))
#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: