Navigation
API > API/Plugins > API/Plugins/LevelSnapshotFilters > API/Plugins/LevelSnapshotFilters/Builtin
Inheritance Hierarchy
- UObject
- ULevelSnapshotFilter
- ULevelSnapshotBlueprintFilter
- UPropertySelectorFilter
- UPropertyHasNameFilter
References
Module | LevelSnapshotFilters |
Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/Builtin/PropertyHasNameFilter.h |
Include | #include "Builtin/PropertyHasNameFilter.h" |
Syntax
UCLASS (Meta=(CommonSnapshotFilter))
class UPropertyHasNameFilter : public UPropertySelectorFilter
Remarks
Allows a property when is has a certain name Use case: You only want to allow properties named "MyPropertyName"
Overridden from ULevelSnapshotFilter
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
EFilterResult::Type | IsPropertyValid
(
const FIsPropertyValidParams& Params |