Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Helpers
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGPropertyHelpers.h |
| Include | #include "Helpers/PCGPropertyHelpers.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGPropertyHelpers.cpp |
namespace PCGPropertyHelpers
{
UPCGParamData * PCGPropertyHelpers::ExtractPropertyAsAttributeSet
(
const FExtractorParameters & Parameters,
FPCGContext * OptionalContext,
TSet< FSoftObjectPath > * OptionalObjectTraversed,
bool bQuiet
)
}
Remarks
Extract a given property in an Attribute Set.
Parameters
| Name | Description |
|---|---|
| Parameters | Parameters for extraction, cf above. |
| OptionalContext | Optional context if the extraction is done in a PCG Node, so errors are using the context to log. |
| OptionalObjectTraversed | Optional set to store all objects that we traversed, to be able to react to those objects changes. |