Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FExtractorParameters
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Disable deprecation warning on the rule of 5 because of the PropertySelector member. |
Helpers/PCGPropertyHelpers.h |
|
|
|
Helpers/PCGPropertyHelpers.h |
|
|
|
Helpers/PCGPropertyHelpers.h |
|
|
|
Helpers/PCGPropertyHelpers.h |
|
|
|
Helpers/PCGPropertyHelpers.h |
|
|
|
Helpers/PCGPropertyHelpers.h |
|
Description
Disable deprecation warning on the rule of 5 because of the PropertySelector member.
| |
|
| Name |
FExtractorParameters |
| Type |
function |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGPropertyHelpers.h |
| Include Path |
#include "Helpers/PCGPropertyHelpers.h" |
FExtractorParameters()
| |
|
| Name |
FExtractorParameters |
| Type |
function |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGPropertyHelpers.h |
| Include Path |
#include "Helpers/PCGPropertyHelpers.h" |
FExtractorParameters
(
const FExtractorParameters &
)
| |
|
| Name |
FExtractorParameters |
| Type |
function |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGPropertyHelpers.h |
| Include Path |
#include "Helpers/PCGPropertyHelpers.h" |
FExtractorParameters
(
FExtractorParameters &&
)
| |
|
| Name |
FExtractorParameters |
| 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 |
FExtractorParameters
(
const void * InContainer,
const UStruct * InClass,
const FPCGAttributePropertySelector & InPropertySelector,
FName InOutputAttributeName,
bool bInPropertyNeedsToBeVisible
)
| |
|
| Name |
FExtractorParameters |
| 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 |
FExtractorParameters
(
const void * InContainer,
const UStruct * InClass,
const TArray < FPCGAttributePropertySelector > & InPropertySelectors,
FName InOutputAttributeName,
bool bInPropertyNeedsToBeVisible
)
| |
|
| Name |
FExtractorParameters |
| 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 |
FExtractorParameters
(
const void * InContainer,
const UStruct * InClass,
const FString & InPropertySelectorString,
FName InOutputAttributeName,
bool bInPropertyNeedsToBeVisible
)