Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore
Inheritance Hierarchy
- UAssetUserData
- UNameSpacedUserData
- UDataAssetLink
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMAssetUserData.h |
| Include | #include "RigVMCore/RigVMAssetUserData.h" |
Syntax
UCLASS (BlueprintType)
class UDataAssetLink : public UNameSpacedUserData
Remarks
Namespaced user data which provides access to a linked data asset
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSoftObjectPtr< UDataAsset > | DataAsset | If assigned, the data asset link will provide access to the data asset's content. | |
| TObjectPtr< UDataAsset > | DataAssetCached |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSoftObjectPtr< UDataAsset > | GetDataAsset () |
||
| bool | |||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | PostLoad () |
||
| void | SetDataAsset
(
TSoftObjectPtr< UDataAsset > InDataAsset |
Overridden from UNameSpacedUserData
| Type | Name | Description | |
|---|---|---|---|
| const FUserData * | GetUserData
(
const FString& InPath, |
Returns a user data path given its string path | |
| const TArray< const FUserData * > & | GetUserDataArray
(
const FString& InParentPath, |
Retrieves the user data paths given a (optional) parent path | |
| void | Serialize
(
FArchive& Ar |
Constants
| Name | Description |
|---|---|
| DataAssetNullFormat |