Navigation
API > API/Plugins > API/Plugins/PCG
Description
More permissive search for a property name in a UserDefinedStruct. Since the names in editor and at runtime can be different for the properties defined in a UserDefinedStruct, the search will also look for sanitized version of the name if it is not a valid name.
| Name | PCGPropertyHelpers::FindPropertyInUserDefinedStruct |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGPropertyHelpers.h |
| Include Path | #include "Helpers/PCGPropertyHelpers.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGPropertyHelpers.cpp |
namespace PCGPropertyHelpers
{
const FProperty * PCGPropertyHelpers::FindPropertyInUserDefinedStruct
(
const UUserDefinedStruct * InStruct,
const FName InName
)
}