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" |
Syntax
struct FExtractorParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPropertyNeedsToBeVisible | Extra flag if the property needs to be visible to be extractable. | |
| bool | bShouldExtract | If the property we want to extract is an object/struct, give the possibility to extract all their member in one go. | |
| const UStruct * | Class | Class or ScriptStruct of the object/struct we want to extract the property from. | |
| const void * | Container | Pointer to the container containing the data we want to extract. | |
| FName | OutputAttributeName | Optional name of the attribute that will receive the extracted property. | |
| FPCGAttributePropertySelector | PropertySelector | Selector of the property we want to extract | |
| TArray< FPCGAttributePropertySelector > | PropertySelectors |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | Disable deprecation warning on the rule of 5 because of the PropertySelector member. | ||
FExtractorParameters
(
const FExtractorParameters& |
|||
| PRAGMA_ENABLE_DEPRECATION_WARNINGS | FExtractorParameters
(
const void* InContainer, |
||
FExtractorParameters
(
const void* InContainer, |
|||
FExtractorParameters
(
const void* InContainer, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FExtractorParameters & | operator=
(
const FExtractorParameters& |
||
| FExtractorParameters & |