UParentFilter::CreateChild

Creates a child and adds it to this filter.

Windows
MacOS
Linux

References

Module

LevelSnapshotFilters

Header

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/Builtin/BlueprintOnly/ParentFilter.h

Include

#include "Builtin/BlueprintOnly/ParentFilter.h"

Source

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Private/Builtin/BlueprintOnly/ParentFilter.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Level Snapshots")
ULevelSnapshotFilter * CreateChild
(
    const TSubclassOf< ULevelSnapshotFilter > & Class
)

Remarks

Creates a child and adds it to this filter. If you intend to save your filter, add children using this function.

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