Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic > API/Plugins/RemoteControlLogic/Behaviour > API/Plugins/RemoteControlLogic/Behaviour/Builtin > API/Plugins/RemoteControlLogic/Behaviour/Builtin/Path
References
| Module | RemoteControlLogic |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Behaviour/Builtin/Path/RCSetAssetByPathBehaviour.h |
| Include | #include "Behaviour/Builtin/Path/RCSetAssetByPathBehaviour.h" |
Syntax
USTRUCT ()
struct FRCSetAssetPath
Remarks
Struct to help generate Widgets for the DetailsPanel of the Behaviour
Variables
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_ENABLE_DEPRECATION_WARNINGSTArray< FRCAssetPathElement > | AssetPath | An Array of Strings holding the Path of an Asset, seperated in several String. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | TODO [UE_DEPRECATED(5.4)] this rule of 5 is obligatory to avoid compile-time warning, delete them when the property is removed. | ||
FRCSetAssetPath
(
const FRCSetAssetPath& |
|||
Destructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRCSetAssetPath & | operator=
(
const FRCSetAssetPath& |
||
| FRCSetAssetPath & | operator=
(
FRCSetAssetPath&& |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FString > | PathArray_DEPRECATED | An Array of Strings holding the Path of an Asset, seperated in several String. |