EUniformBufferType

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScriptExecutionContext.h

Include

#include "NiagaraScriptExecutionContext.h"

Syntax

enum EUniformBufferType
{
    UBT_FirstSystemType      = 0,
    UBT_Global               = UBT_FirstSystemType,
    UBT_System,
    UBT_Owner,
    UBT_NumSystemTypes,
    UBT_FirstInstanceType    = UBT_NumSystemTypes,
    UBT_Emitter              = UBT_FirstInstanceType,
    UBT_External,
    UBT_NumTypes,
    UBT_NumInstanceTypes     = UBT_NumTypes - UBT_NumSystemTypes,
}

Values

Name

Description

UBT_FirstSystemType

UBT_Global

UBT_System

UBT_Owner

UBT_NumSystemTypes

UBT_FirstInstanceType

UBT_Emitter

UBT_External

UBT_NumTypes

UBT_NumInstanceTypes

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss