UEditableGameplayTagQueryExpression_AllExprMatch::EmitTokens

Converts this editor query construct into the runtime-usable token stream.

Windows
MacOS
Linux

Override Hierarchy

UEditableGameplayTagQueryExpression::EmitTokens()

UEditableGameplayTagQueryExpression_AllExprMatch::EmitTokens()

References

Module

GameplayTags

Header

/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagContainer.h

Include

#include "GameplayTagContainer.h"

Source

/Engine/Source/Runtime/GameplayTags/Private/GameplayTagContainer.cpp

Syntax

virtual void EmitTokens
(
    TArray< uint8 > & TokenStream,
    TArray< FGameplayTag > & TagDictionary,
    FString * DebugString
) const

Remarks

Converts this editor query construct into the runtime-usable token stream.

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