Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/FStackScriptAdapter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FStackFunctionAdapter > FindModuleByName
(
const FName& InName |
SystemAdapter/StackScriptAdapter.h | ||
TSharedPtr< const FStackFunctionAdapter > FindModuleByName
(
const FName& InName |
SystemAdapter/StackScriptAdapter.h |
FindModuleByName(const FName &)
| Name | FindModuleByName |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SystemAdapter/StackScriptAdapter.h |
| Include Path | #include "SystemAdapter/StackScriptAdapter.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/SystemAdapter/StackScriptAdapter.cpp |
TSharedPtr < FStackFunctionAdapter > FindModuleByName
(
const FName & InName
)
FindModuleByName(const FName &)
| Name | FindModuleByName |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/SystemAdapter/StackScriptAdapter.h |
| Include Path | #include "SystemAdapter/StackScriptAdapter.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/SystemAdapter/StackScriptAdapter.cpp |
TSharedPtr < const FStackFunctionAdapter > FindModuleByName
(
const FName & InName
) const