Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Widgets
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMVariableMappingWidget.h |
| Include | #include "Widgets/SRigVMVariableMappingWidget.h" |
Syntax
struct FRigVMVariableMappingInfo
Remarks
UI for displaying property info.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< FRigVMVariableMappingInfo > > | Children | List of Children in theory, this actually shouldn't be active if you have children but it represent each raw nonetheless this is to map curve which is always float | |
| FString | DisplayName | Display Name. | |
| FName | PropertyName | This is the property that is the most shallow type It will be Transform.Translation.X |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Hidden constructor, always use Make above | |||
FRigVMVariableMappingInfo
(
const FName InPathName |
Hidden constructor, always use Make above |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | |||
| FName | GetPathName () |
||
| TSharedRef< FRigVMVariableMappingInfo > | Static function for creating a new item, but ensures that you can only have a TSharedRef to one |