Navigation
Unreal Engine C++ API Reference > Plugins > LevelSnapshotFilters
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULevelSnapshotFilter
- UActorDependentPropertyFilter
- UConstantFilter
- ULambdaFilter
- ULevelSnapshotBlueprintFilter
- UActorSelectorFilter
- UActorChangedTransformFilter
- UActorHasTagFilter
- UActorInMapFilter
- UPropertySelectorFilter
- UPropertyHasNameFilter
- UPropertyTypeFilter
- UTransformPropertyFilter
- UNegationFilter
- UParentFilter
- UAndFilter
- UOrFilter
References
Module | LevelSnapshotFilters |
Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/LevelSnapshotFilters.h |
Include | #include "LevelSnapshotFilters.h" |
Syntax
UCLASS&40;Abstract, BlueprintType, EditInlineNew&41;
class ULevelSnapshotFilter : public UObject
Remarks
Base-class for filtering a level snapshot. Native C++ classes should inherit directly from this class.
Functions
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 | IsAddedComponentValid
(
const FIsAddedComponentValidParams& Params |
This is called when a component 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 | IsDeletedComponentValid
(
const FIsDeletedComponentValidParams& Params |
This is called when a component was removed from an actor since the snapshot had been taken. |
![]() ![]() ![]() |
EFilterResult::Type | IsPropertyValid
(
const FIsPropertyValidParams& Params |