FIsActorValidParams

Windows
MacOS
Linux

References

Module

LevelSnapshotFilters

Header

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/LevelSnapshotFilterParams.h

Include

#include "LevelSnapshotFilterParams.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FIsActorValidParams

Variables

Name Description

Public variable UProperty Category BlueprintReadWrite

AActor *

 

LevelActor

The actor equivalent to LevelActor: it exists in the world

Public variable UProperty Category BlueprintReadWrite

AActor *

 

SnapshotActor

The actor saved in the snapshot

Constructors

Name Description

Public function

FIsActorValidParams()

Public function

FIsActorValidParams

(
    AActor* InSnapshotActor,
    AActor* InLevelActor
)

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