Navigation
API > API/Plugins > API/Plugins/LevelSnapshotFilters
Allows an actor if it belongs to the specified map.
| Name | UActorInMapFilter |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/Builtin/ActorInMapFilter.h |
| Include Path | #include "Builtin/ActorInMapFilter.h" |
Syntax
UCLASS (Meta=(CommonSnapshotFilter))
class UActorInMapFilter : public UActorSelectorFilter
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULevelSnapshotFilter → ULevelSnapshotBlueprintFilter → UActorSelectorFilter → UActorInMapFilter
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllowedLevels | TArray< TSoftObjectPtr< UWorld > > | Only actors belonging to this Level are considered. | Builtin/ActorInMapFilter.h |
|
Functions
Public
Overridden from ULevelSnapshotFilter
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EFilterResult::Type IsActorValid
(
const FIsActorValidParams& Params |
Builtin/ActorInMapFilter.h | ||
virtual EFilterResult::Type IsAddedActorValid
(
const FIsAddedActorValidParams& Params |
This is called when an actor was added to the world since the snapshot had been taken. | Builtin/ActorInMapFilter.h | |
virtual EFilterResult::Type IsDeletedActorValid
(
const FIsDeletedActorValidParams& Params |
This is called when an actor was removed from the world since the snapshot had been taken. | Builtin/ActorInMapFilter.h |