UAndFilter::IsDeletedActorValid

This is called when an actor was removed from the world since the snapshot had been taken.

Windows
MacOS
Linux

Override Hierarchy

ULevelSnapshotFilter::IsDeletedActorValid()

UAndFilter::IsDeletedActorValid()

References

Module

LevelSnapshotFilters

Header

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/Builtin/BlueprintOnly/AndFilter.h

Include

#include "Builtin/BlueprintOnly/AndFilter.h"

Source

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Private/Builtin/BlueprintOnly/AndFilter.cpp

Syntax

virtual EFilterResult::Type IsDeletedActorValid
(
    const FIsDeletedActorValidParams & Params
) const

Remarks

This is called when an actor was removed from the world since the snapshot had been taken.

Returns

Whether to track the removed actor

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