FControlRigBlueprintCompilerContext::EnsureProperGeneratedClass

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FKismetCompilerContext::EnsureProperGeneratedClass()

FControlRigBlueprintCompilerContext::EnsureProperGeneratedClass()

References

Module

ControlRigDeveloper

Header

/Engine/Plugins/Animation/ControlRig/Source/ControlRigDeveloper/Public/ControlRigBlueprintCompiler.h

Include

#include "ControlRigBlueprintCompiler.h"

Source

/Engine/Plugins/Animation/ControlRig/Source/ControlRigDeveloper/Private/ControlRigBlueprintCompiler.cpp

Syntax

virtual void EnsureProperGeneratedClass
(
    UClass *& TargetClass
)

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