Navigation
API > API/Plugins > API/Plugins/PCG
Blueprint Library to get or set graph parameters on graphs and graph instances
| Name | UPCGGraphParametersHelpers |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParametersHelpers.h |
| Include Path | #include "Helpers/PCGGraphParametersHelpers.h" |
Syntax
UCLASS (MinimalAPI)
class UPCGGraphParametersHelpers : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UPCGGraphParametersHelpers
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool GetBoolParameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static uint8 GetByteParameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static UClass * GetClassParameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static double GetDoubleParameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static uint8 GetEnumParameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static float GetFloatParameter
(
const UPCGGraphInterface* GraphInterface, |
Getters. | Helpers/PCGGraphParametersHelpers.h |
|
static int32 GetInt32Parameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static int64 GetInt64Parameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static FName GetNameParameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static UObject * GetObjectParameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static FQuat GetQuaternionParameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static FRotator GetRotatorParameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static TSoftClassPtr< UObject > GetSoftClassParameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static TSoftObjectPtr< UObject > GetSoftObjectParameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static FSoftObjectPath GetSoftObjectPathParameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static FString GetStringParameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static FTransform GetTransformParameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static FVector2D GetVector2DParameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static FVector4 GetVector4Parameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static FVector GetVectorParameter
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static bool IsOverridden
(
const UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetBoolParameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetByteParameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetClassParameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetDoubleParameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetEnumParameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetFloatParameter
(
UPCGGraphInterface* GraphInterface, |
Setters. | Helpers/PCGGraphParametersHelpers.h |
|
static void SetInt32Parameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetInt64Parameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetNameParameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetObjectParameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetQuaternionParameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetRotatorParameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetSoftClassParameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetSoftObjectParameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetSoftObjectPathParameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetStringParameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetTransformParameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetVector2DParameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetVector4Parameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|
|
static void SetVectorParameter
(
UPCGGraphInterface* GraphInterface, |
Helpers/PCGGraphParametersHelpers.h |
|