Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGGraphParameterExtension
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
|||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h | ||
static EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag& PropertyBag, |
Helpers/PCGGraphParameterExtension.h |
SetGraphParameter(FInstancedPropertyBag &, const FName, const T &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<typename T>
static EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const T & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const float &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const float & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const double &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const double & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const bool &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const bool & bValue
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const uint8 &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const uint8 & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const int32 &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const int32 & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const int64 &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const int64 & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FName &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FName & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FString &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FString & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FSoftObjectPath &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FSoftObjectPath & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FSoftClassPath &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FSoftClassPath & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const TSoftObjectPtr< UObject > &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const TSoftObjectPtr < UObject > & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const TSoftClassPtr< UObject > &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const TSoftClassPtr < UObject > & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, UObject *const &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
UObject *const & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, UClass *const &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
UClass *const & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FVector &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FVector & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FRotator &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FRotator & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FTransform &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FTransform & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FVector4 &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FVector4 & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FVector2D &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FVector2D & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FQuat &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
| Include Path | #include "Helpers/PCGGraphParameterExtension.cpp" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FQuat & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const float &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const float & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const double &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const double & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const bool &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const bool & bValue
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const uint8 &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const uint8 & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const int32 &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const int32 & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const int64 &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const int64 & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FName &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FName & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FString &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FString & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FSoftObjectPath &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FSoftObjectPath & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FSoftClassPath &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FSoftClassPath & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const TSoftObjectPtr< UObject > &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const TSoftObjectPtr < UObject > & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const TSoftClassPtr< UObject > &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const TSoftClassPtr < UObject > & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, UObject *const &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
UObject *const & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, UClass *const &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
UClass *const & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FVector &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FVector & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FRotator &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FRotator & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FTransform &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FTransform & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FVector4 &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FVector4 & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FVector2D &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FVector2D & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const FQuat &)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
template<>
EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const FQuat & Value
)
SetGraphParameter(FInstancedPropertyBag &, const FName, const uint64 &, const UEnum *)
| Name | SetGraphParameter |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGGraphParameterExtension.h |
| Include Path | #include "Helpers/PCGGraphParameterExtension.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGGraphParameterExtension.cpp |
static EPropertyBagResult SetGraphParameter
(
FInstancedPropertyBag & PropertyBag,
const FName PropertyName,
const uint64 & Value,
const UEnum * Enum
)