Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/FRigVMBlueprintCompilerContext
- FKismetCompilerContext::EnsureProperGeneratedClass()
- FRigVMBlueprintCompilerContext::EnsureProperGeneratedClass()
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMBlueprintCompiler.h |
| Include | #include "RigVMBlueprintCompiler.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMBlueprintCompiler.cpp |
virtual void EnsureProperGeneratedClass
(
UClass *& TargetUClass
)
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