Navigation
Unreal Engine C++ API Reference > Plugins > OptimusCore
References
Module | OptimusCore |
Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/IOptimusGeneratedClassDefiner.h |
Include | #include "IOptimusGeneratedClassDefiner.h" |
Syntax
class IOptimusGeneratedClassDefiner
Remarks
FIXME: A stop-gap shader value provider until we have a proper pin evaluation that handles paths that have a constant, computed, varying and a mix thereof, results.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FTopLevelAssetPath | Returns the class whose CDO we can get to get this interface to create a new generated class from a string definition. | |
![]() ![]() |
FString | Export definition values for the given class which are sufficient to pass into a call to CreateClassFromCreationString to generate a class based on the class that hosts this interface. | |
![]() ![]() |
UClass * | GetClassFromCreationString
(
UPackage* InPackage, |
Create a generated class, within the package provided, from the creation string that was originally generated by GetClassCreationString. |