Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGDefaultValueContainer
Description
Creates a new FProperty with the specified type. Will overwrite if it already exists. Returns nullptr if the type is invalid.
| Name | CreateNewProperty |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGDefaultValueContainer.h |
| Include Path | #include "Helpers/PCGDefaultValueContainer.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGDefaultValueContainer.cpp |
const FProperty * CreateNewProperty
(
FName PropertyName,
EPCGMetadataTypes Type
)