Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/MVR
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAssetUserData
- UDMXMVRAssetUserData
References
| Module | DMXRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/MVR/DMXMVRAssetUserData.h |
| Include | #include "MVR/DMXMVRAssetUserData.h" |
Syntax
UCLASS&40;&41;
class UDMXMVRAssetUserData : public UAssetUserData
Remarks
Asset user data for Actors in an MVR Scene
Variables
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDMXMVRAssetUserData * | GetMVRAssetUserData
(
const AActor& Actor |
Returns MVR Asset User Data for the Actor, or nullptr if there is no asset user data | |
| FString | GetMVRAssetUserDataValueForKey
(
const AActor& Actor, |
Returns the Value in Meta data given a Key, or an empty String if the Key doesn't exist | |
| bool | SetMVRAssetUserDataValueForKey
(
AActor& InOutActor, |
Sets the Value for Key in Meta Data. Creates the Key if it doesn't exist. |
Constants
| Name | Description |
|---|---|
| FixturePatchMetaDataKey | The key for the Fixture Patch meta data |
| MVRFixtureUUIDMetaDataKey | The key for the MVR UUID meta data |