Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGGraphInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EPropertyBagResult SetGraphParameter
(
const FName PropertyName, |
PCGGraph.h | ||
EPropertyBagResult SetGraphParameter
(
const FName PropertyName, |
PCGGraph.h |
SetGraphParameter(const FName, const T &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraph.h |
| Include Path | #include "PCGGraph.h" |
template<typename T>
EPropertyBagResult SetGraphParameter
(
const FName PropertyName,
const T & Value
)
SetGraphParameter(const FName, const uint64, const UEnum *)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraph.h |
| Include Path | #include "PCGGraph.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGGraph.cpp |
EPropertyBagResult SetGraphParameter
(
const FName PropertyName,
const uint64 Value,
const UEnum * Enum
)