Navigation
Unreal Engine C++ API Reference > Plugins > NiagaraEditor
Inheritance Hierarchy
- INiagaraEditorTypeUtilities
- TSharedFromThis
- FNiagaraEditorTypeUtilities
References
Module | NiagaraEditor |
Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/INiagaraEditorTypeUtilities.h |
Include | #include "INiagaraEditorTypeUtilities.h" |
Syntax
class FNiagaraEditorTypeUtilities :
public INiagaraEditorTypeUtilities,
public TSharedFromThis< FNiagaraEditorTypeUtilities, ESPMode::ThreadSafe >
Overridden from INiagaraEditorTypeUtilities
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | ||
![]() ![]() ![]() |
bool | ||
![]() ![]() ![]() |
bool | ||
![]() ![]() ![]() |
bool | ||
![]() ![]() ![]() |
bool | ||
![]() ![]() ![]() |
TSharedPtr< SWidget > | CreateDataInterfaceEditor
(
UObject* DataInterface, |
|
![]() ![]() ![]() |
TSharedPtr< SNiagaraParameterEditor > | CreateParameterEditor
(
const FNiagaraTypeDefinition& ParameterType, |
|
![]() ![]() ![]() |
FString | GetPinDefaultStringFromValue
(
const FNiagaraVariable& AllocatedVariable |
|
![]() ![]() ![]() |
FText | GetSearchTextFromValue
(
const FNiagaraVariable& AllocatedVariable |
|
![]() ![]() ![]() |
FText | GetStackDisplayText
(
const FNiagaraVariable& Variable |
|
![]() ![]() ![]() |
bool | SetValueFromDisplayName
(
const FText& TextValue, |
|
![]() ![]() ![]() |
bool | SetValueFromPinDefaultString
(
const FString& StringValue, |
|
![]() ![]() ![]() |
void | UpdateVariableWithDefaultValue
(
FNiagaraVariable& Variable |
Typedefs
Name | Description |
---|---|
FNotifyValueChanged |