FRemoteControlTarget::HasBoundObjects

Verifies if the list of objects provided is bound under this target's alias.

Windows
MacOS
Linux

References

Module

RemoteControl

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPreset.h

Include

#include "RemoteControlPreset.h"

Source

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlPreset.cpp

Syntax

bool HasBoundObjects
(
    const TArray< UObject * > & ObjectsToTest
) const

Remarks

Verifies if the list of objects provided is bound under this target's alias.

Returns

true if the target has underlying objects.

Parameters

Parameter

Description

ObjectsToTest

The objects to validate.

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