ULevelSnapshotBlueprintFilter

Base-class for filtering a level snapshot in Blueprints.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

LevelSnapshotFilters

Header

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/LevelSnapshotFilters.h

Include

#include "LevelSnapshotFilters.h"

Syntax

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

Remarks

Base-class for filtering a level snapshot in Blueprints.

Overridden from ULevelSnapshotFilter

Name Description

Public function Virtual Const UFunction BlueprintCallable, Category blueprintnativeevent

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 UFunction BlueprintCallable, Category blueprintnativeevent

EFilterResul...

 

IsDeletedActorValid

(
    const FIsDeletedActorValidParams& ...
)

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

Public function Virtual Const UFunction BlueprintCallable, Category blueprintnativeevent

EFilterResul...

 

IsPropertyValid

(
    const FIsPropertyValidParams& Para...
)

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