Navigation
API > API/Editor > API/Editor/UMGEditor > API/Editor/UMGEditor/FWidgetBlueprintCompilerContext
- FKismetCompilerContext::EnsureProperGeneratedClass()
- FWidgetBlueprintCompilerContext::EnsureProperGeneratedClass()
References
| Module | UMGEditor |
| Header | /Engine/Source/Editor/UMGEditor/Public/WidgetBlueprintCompiler.h |
| Include | #include "WidgetBlueprintCompiler.h" |
| Source | /Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintCompiler.cpp |
virtual void EnsureProperGeneratedClass
&40;
UClass &42;& TargetClass
&41;
Remarks
Backwards Compatability: Ensures that the passed in TargetClass is of the proper type (e.g. BlueprintGeneratedClass, AnimBlueprintGeneratedClass), and NULLs the reference if it is not