UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Editor::DataStorage::Queries::FPhaseAmble Struct Referencefinal

#include <TypedElementQueryBuilder.h>

+ Inheritance diagram for UE::Editor::DataStorage::Queries::FPhaseAmble:

Public Types

enum class  ELocation : uint8 { Preamble , Postamble }
 

Public Member Functions

TYPEDELEMENTFRAMEWORK_API FPhaseAmble (ELocation InLocation, EQueryTickPhase InPhase)
 
TYPEDELEMENTFRAMEWORK_API FPhaseAmbleSetLocation (ELocation NewLocation)
 
TYPEDELEMENTFRAMEWORK_API FPhaseAmbleSetPhase (EQueryTickPhase NewPhase)
 
TYPEDELEMENTFRAMEWORK_API FPhaseAmbleSetExecutionMode (EExecutionMode Mode)
 
TYPEDELEMENTFRAMEWORK_API FPhaseAmbleMakeActivatable (FName Name)
 

Public Attributes

EQueryTickPhase Phase
 
ELocation Location
 
FName ActivationName
 
EExecutionMode ExecutionMode = EExecutionMode::Default
 

Member Enumeration Documentation

◆ ELocation

Enumerator
Preamble 
Postamble 

Constructor & Destructor Documentation

◆ FPhaseAmble()

UE::Editor::DataStorage::Queries::FPhaseAmble::FPhaseAmble ( ELocation  InLocation,
EQueryTickPhase  InPhase 
)

Member Function Documentation

◆ MakeActivatable()

FPhaseAmble & UE::Editor::DataStorage::Queries::FPhaseAmble::MakeActivatable ( FName  Name)

◆ SetExecutionMode()

FPhaseAmble & UE::Editor::DataStorage::Queries::FPhaseAmble::SetExecutionMode ( EExecutionMode  Mode)

◆ SetLocation()

FPhaseAmble & UE::Editor::DataStorage::Queries::FPhaseAmble::SetLocation ( ELocation  NewLocation)

◆ SetPhase()

FPhaseAmble & UE::Editor::DataStorage::Queries::FPhaseAmble::SetPhase ( EQueryTickPhase  NewPhase)

Member Data Documentation

◆ ActivationName

FName UE::Editor::DataStorage::Queries::FPhaseAmble::ActivationName

◆ ExecutionMode

EExecutionMode UE::Editor::DataStorage::Queries::FPhaseAmble::ExecutionMode = EExecutionMode::Default

◆ Location

ELocation UE::Editor::DataStorage::Queries::FPhaseAmble::Location

◆ Phase

EQueryTickPhase UE::Editor::DataStorage::Queries::FPhaseAmble::Phase

The documentation for this struct was generated from the following files: