Navigation
API > API/Plugins > API/Plugins/PCG
Parameters for compute kernel execution.
| Name | FPCGKernelParams |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGKernelParamsCache.h |
| Include Path | #include "Compute/PCGKernelParamsCache.h" |
Syntax
struct FPCGKernelParams
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FPropertyAndAddress | TPair< const FProperty *, const void * > | Compute/PCGKernelParamsCache.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OverriddenProperties | TMap< FName, FPropertyAndAddress > | Maps param name to its property and an address to read the overridden value. | Compute/PCGKernelParamsCache.h | |
| OverriddenValues | FInstancedPropertyBag | Property bag instance that mirrors the WeakSettings. Contains the actual overridden values. | Compute/PCGKernelParamsCache.h | |
| WeakSettings | TWeakObjectPtr< const UPCGSettings > | Optional underlying settings object to get default values that are not overridden. | Compute/PCGKernelParamsCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetValueBool
(
FName InParamName |
Compute/PCGKernelParamsCache.h | ||
EnumValueType GetValueEnum
(
FName InParamName |
Compute/PCGKernelParamsCache.h | ||
int GetValueInt
(
FName InParamName |
Compute/PCGKernelParamsCache.h | ||
| Compute/PCGKernelParamsCache.h |