Navigation
Unreal Engine C++ API Reference > Plugins > LevelSnapshotFilters > Builtin > BlueprintOnly
Inheritance Hierarchy
References
Module | LevelSnapshotFilters |
Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/Builtin/BlueprintOnly/OrFilter.h |
Include | #include "Builtin/BlueprintOnly/OrFilter.h" |
Syntax
UCLASS&40;Meta&61;&40;InternalSnapshotFilter&41;&41;
class UOrFilter : public UParentFilter
Overridden from ULevelSnapshotFilter
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
EFilterResult::Type | IsActorValid
(
const FIsActorValidParams& Params |
|
![]() ![]() ![]() |
EFilterResult::Type | IsAddedActorValid
(
const FIsAddedActorValidParams& Params |
This is called when an actor was added to the world since the snapshot had been taken. |
![]() ![]() ![]() |
EFilterResult::Type | IsDeletedActorValid
(
const FIsDeletedActorValidParams& Params |
This is called when an actor was removed from the world since the snapshot had been taken. |
![]() ![]() ![]() |
EFilterResult::Type | IsPropertyValid
(
const FIsPropertyValidParams& Params |