Navigation
API > API/Plugins > API/Plugins/OptimusCore
Inheritance Hierarchy
- UObject
- UOptimusResourceDescription
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusResourceDescription.h |
| Include | #include "OptimusResourceDescription.h" |
Syntax
UCLASS (BlueprintType)
class UOptimusResourceDescription : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< UOptimusComponentSourceBinding > | ComponentBinding | The component binding that this resource description is bound to | |
| FOptimusDataDomain | DataDomain | The data domain for this resource. | |
| TObjectPtr< UOptimusPersistentBufferDataInterface > | DataInterface | ||
| FOptimusDataTypeRef | DataType | The the data type of each element of the resource | |
| FName | ResourceName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FOptimusDataDomain | |||
| int32 | GetIndex () |
Returns the index of the variable within the container | |
| UOptimusDeformer * | FIXME: Move to interface-based system. | ||
| bool | |||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | PostEditUndo () |
||
| void | PostLoad () |
||
| void | PreEditUndo () |