Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMPropertyDescription
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | RigVMCore/RigVMPropertyBag.h | ||
FRigVMPropertyDescription
(
const FProperty* InProperty, |
Constructor from an existing property. | RigVMCore/RigVMPropertyBag.h | |
FRigVMPropertyDescription
(
const FName& InName, |
Constructor from complete data. | RigVMCore/RigVMPropertyBag.h | |
FRigVMPropertyDescription
(
const FName& InName, |
Constructor from complete data. | RigVMCore/RigVMPropertyBag.h |
FRigVMPropertyDescription()
Description
Default constructor.
| Name | FRigVMPropertyDescription |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMPropertyBag.h |
| Include Path | #include "RigVMCore/RigVMPropertyBag.h" |
FRigVMPropertyDescription()
FRigVMPropertyDescription(const FProperty *, const FString &, const FName &, const bool)
Description
Constructor from an existing property.
| Name | FRigVMPropertyDescription |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMPropertyBag.h |
| Include Path | #include "RigVMCore/RigVMPropertyBag.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMPropertyBag.cpp |
FRigVMPropertyDescription
(
const FProperty * InProperty,
const FString & InDefaultValue,
const FName & InName,
const bool bAllowSpacesInName
)
FRigVMPropertyDescription(const FName &, const FString &, UObject *, const FString &, const bool)
Description
Constructor from complete data.
| Name | FRigVMPropertyDescription |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMPropertyBag.h |
| Include Path | #include "RigVMCore/RigVMPropertyBag.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMPropertyBag.cpp |
FRigVMPropertyDescription
(
const FName & InName,
const FString & InCPPType,
UObject * InCPPTypeObject,
const FString & InDefaultValue,
const bool bAllowSpacesInName
)
FRigVMPropertyDescription(const FName &, const FString &, UObject *, const FString &, const EPropertyFlags, const TMap< FName, FString > &, const bool)
Description
Constructor from complete data.
| Name | FRigVMPropertyDescription |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMPropertyBag.h |
| Include Path | #include "RigVMCore/RigVMPropertyBag.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMPropertyBag.cpp |
FRigVMPropertyDescription
(
const FName & InName,
const FString & InCPPType,
UObject * InCPPTypeObject,
const FString & InDefaultValue,
const EPropertyFlags InPropertyFlags,
const TMap < FName , FString > & InMetaData,
const bool bAllowSpacesInName
)