FBlacklistRestorabilityOverrider

Disallows provided classes and properties.

Windows
MacOS
Linux

Inheritance Hierarchy

ISnapshotRestorabilityOverrider

FBlacklistRestorabilityOverrider

References

Module

LevelSnapshots

Header

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/BlacklistRestorabilityOverrider.h

Include

#include "Restorability/BlacklistRestorabilityOverrider.h"

Syntax

class FBlacklistRestorabilityOverrider : public ISnapshotRestorabilityOverrider

Remarks

Disallows provided classes and properties. Uses callback to obtain blacklist so the logic is reusable outside the module.

Constructors

Name Description

Public function

FBlacklistRestorabilityOverrider

(
    FGetBlacklist GetBlacklistCallback
)

Overridden from ISnapshotRestorabilityOverrider

Name Description

Public function Virtual

ERestorabili...

 

IsActorDesirableForCapture

(
    const AActor* Actor
)

Should this actor be visible to the snapshot system?

Public function Virtual

ERestorabili...

 

IsComponentDesirableForCapture

(
    const UActorComponent* Compone...
)

Should this component be visible to the snapshot system?

Typedefs

Name

Description

FGetBlacklist

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