Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGBlueprintBaseElement
Description
Apply the preconfigured settings specified in the class default. Used to create nodes that are configured with pre-defined settings. Use InPreconfigureInfo index to know which settings it is.
| Name | ApplyPreconfiguredSettings |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Blueprint/PCGBlueprintBaseElement.h |
| Include Path | #include "Elements/Blueprint/PCGBlueprintBaseElement.h" |
UFUNCTION (BlueprintImplementableEvent, Category="PCG|Preconfigure Settings",
Meta=(ForceAsFunction))
void ApplyPreconfiguredSettings
(
const FPCGPreConfiguredSettingsInfo & InPreconfigureInfo
)