Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/FStackFunctionInputAdapter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TryGetLocalValue
(
bool& OutValue |
SystemAdapter/StackFunctionInputAdapter.h | ||
bool TryGetLocalValue
(
int32& OutValue |
SystemAdapter/StackFunctionInputAdapter.h | ||
bool TryGetLocalValue
(
float& OutValue |
SystemAdapter/StackFunctionInputAdapter.h | ||
bool TryGetLocalValue
(
FVector2f& OutValue |
SystemAdapter/StackFunctionInputAdapter.h | ||
bool TryGetLocalValue
(
FVector3f& OutValue |
SystemAdapter/StackFunctionInputAdapter.h | ||
bool TryGetLocalValue
(
FVector4f& OutValue |
SystemAdapter/StackFunctionInputAdapter.h | ||
bool TryGetLocalValue
(
TValue& OutValue |
SystemAdapter/StackFunctionInputAdapter.h |
TryGetLocalValue(bool &)
| Name | TryGetLocalValue |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SystemAdapter/StackFunctionInputAdapter.h |
| Include Path | #include "SystemAdapter/StackFunctionInputAdapter.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/SystemAdapter/StackFunctionInputAdapter.cpp |
bool TryGetLocalValue
(
bool & OutValue
) const
TryGetLocalValue(int32 &)
| Name | TryGetLocalValue |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SystemAdapter/StackFunctionInputAdapter.h |
| Include Path | #include "SystemAdapter/StackFunctionInputAdapter.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/SystemAdapter/StackFunctionInputAdapter.cpp |
bool TryGetLocalValue
(
int32 & OutValue
) const
TryGetLocalValue(float &)
| Name | TryGetLocalValue |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SystemAdapter/StackFunctionInputAdapter.h |
| Include Path | #include "SystemAdapter/StackFunctionInputAdapter.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/SystemAdapter/StackFunctionInputAdapter.cpp |
bool TryGetLocalValue
(
float & OutValue
) const
TryGetLocalValue(FVector2f &)
| Name | TryGetLocalValue |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SystemAdapter/StackFunctionInputAdapter.h |
| Include Path | #include "SystemAdapter/StackFunctionInputAdapter.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/SystemAdapter/StackFunctionInputAdapter.cpp |
bool TryGetLocalValue
(
FVector2f & OutValue
) const
TryGetLocalValue(FVector3f &)
| Name | TryGetLocalValue |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SystemAdapter/StackFunctionInputAdapter.h |
| Include Path | #include "SystemAdapter/StackFunctionInputAdapter.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/SystemAdapter/StackFunctionInputAdapter.cpp |
bool TryGetLocalValue
(
FVector3f & OutValue
) const
TryGetLocalValue(FVector4f &)
| Name | TryGetLocalValue |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SystemAdapter/StackFunctionInputAdapter.h |
| Include Path | #include "SystemAdapter/StackFunctionInputAdapter.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/SystemAdapter/StackFunctionInputAdapter.cpp |
bool TryGetLocalValue
(
FVector4f & OutValue
) const
TryGetLocalValue(TValue &)
| Name | TryGetLocalValue |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SystemAdapter/StackFunctionInputAdapter.h |
| Include Path | #include "SystemAdapter/StackFunctionInputAdapter.h" |
template<typename TValue>
bool TryGetLocalValue
(
TValue & OutValue
) const