fx.Niagara.DataChannels.ResetLayoutInfo
fx.Niagara.DataChannels.ResetLayoutInfo
#Overview
name: fx.Niagara.DataChannels.ResetLayoutInfo
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Resets all data channel layout info used by data interfaces to access data channels.
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Plugins/FX/Niagara/Source/Niagara/Private/DataInterface/NiagaraDataInterfaceDataChannelCommon.cpp:9
Scope: file
Source code excerpt:
FAutoConsoleCommandWithWorldAndArgs ResetDataChannelLayouts(
TEXT("fx.Niagara.DataChannels.ResetLayoutInfo"),
TEXT("Resets all data channel layout info used by data interfaces to access data channels."),
FConsoleCommandWithWorldAndArgsDelegate::CreateLambda(
[](const TArray<FString>& Args, UWorld* World)
{
FNDIDataChannelLayoutManager::Get().Reset();
}