Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/FRigVMBlueprintCompilerContext
- FKismetCompilerContext::CleanAndSanitizeClass()
- FRigVMBlueprintCompilerContext::CleanAndSanitizeClass()
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 CleanAndSanitizeClass
&40;
UBlueprintGeneratedClass &42; ClassToClean,
UObject &42;& OldCDO
&41;
Remarks
Removes the properties and functions from a class, so that new ones can be created in its place
Parameters
| Name | Description |
|---|---|
| ClassToClean | The UClass to scrub |
| OldCDO | Reference to the old CDO of the class, so we can copy the properties from it to the new class's CDO |