UPropertySelectorFilter

Base class for filters that only implement IsActorValid

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

LevelSnapshotFilters

Header

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/Builtin/PropertySelector/PropertySelectorFilter.h

Include

#include "Builtin/PropertySelector/PropertySelectorFilter.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Abstract)
class UPropertySelectorFilter : public ULevelSnapshotBlueprintFilter

Remarks

Base class for filters that only implement IsActorValid

Variables

Name Description

Public variable UProperty Category, EditAnywhere

TEnumAsByte< EF...

 

DefaultResult

What to return for IsActorValid, IsDeletedActorValid, and IsAddedActorValid

Overridden from ULevelSnapshotFilter

Name Description

Public function Virtual Const

EFilterResul...

 

IsActorValid

(
    const FIsActorValidParams& Params
)

Public function Virtual Const

EFilterResul...

 

IsAddedActorValid

(
    const FIsAddedActorValidParams& Pa...
)

This is called when an actor was added to the world since the snapshot had been taken.

Public function Virtual Const

EFilterResul...

 

IsDeletedActorValid

(
    const FIsDeletedActorValidParams& ...
)

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

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