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