Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGMetadataAttributeBase
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Metadata/PCGMetadataAttribute.h |
|
|
|
Metadata/PCGMetadataAttribute.h |
|
|
|
Metadata/PCGMetadataAttribute.h |
|
| |
|
| Name |
FPCGMetadataAttributeBase |
| Type |
function |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttribute.h |
| Include Path |
#include "Metadata/PCGMetadataAttribute.h" |
FPCGMetadataAttributeBase()
FPCGMetadataAttributeBase(FPCGMetadataDomain , FName, const FPCGMetadataAttributeBase , bool)
| |
|
| Name |
FPCGMetadataAttributeBase |
| Type |
function |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttribute.h |
| Include Path |
#include "Metadata/PCGMetadataAttribute.h" |
| Source |
/Engine/Plugins/PCG/Source/PCG/Private/Metadata/PCGMetadataAttribute.cpp |
FPCGMetadataAttributeBase
(
FPCGMetadataDomain * InMetadata,
FName InName,
const FPCGMetadataAttributeBase * InParent,
bool bInAllowsInterpolation
)
| |
|
| Name |
FPCGMetadataAttributeBase |
| Type |
function |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttribute.h |
| Include Path |
#include "Metadata/PCGMetadataAttribute.h" |
| Source |
/Engine/Plugins/PCG/Source/PCG/Private/Metadata/PCGMetadataAttribute.cpp |
FPCGMetadataAttributeBase
(
UPCGMetadata * InMetadata,
FName InName,
const FPCGMetadataAttributeBase * InParent,
bool bInAllowsInterpolation
)