FTraceFilter

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/TraceFilter.h

Include

#include "TraceFilter.h"

Syntax

struct FTraceFilter

Functions

Name Description

Public function Static

void

 

Destroy()

Destroys any of the Filters which are part of the Engine

Public function Static

void

 

Init()

Initializes any of the Filters which are part of the Engine

Protected function Static

bool

 

IsObjectTraceable

(
    const UObject* InObject
)

Returns whether or not an object is eligible to be outputted (output trace data)

Public function Static

void

 

MarkObjectTraceable

(
    const UObject* InObject
)

Mark an Object as Traceable, and eligible for outputting Trace Data

Public function Static

void

 

SetObjectIsTraceable

(
    const UObject* InObject,
    bool bIsTraceable
)

Set whether or not an Object is Traceable, and eligible for outputting Trace Data

Classes

Name

Description

Public struct

TObjectFilter

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