FRemoteControlField::ResolveFieldOwners

Resolve the field's owners using the section's top level objects.

Windows
MacOS
Linux

Deprecated

  • Please use GetBoundObjects.

References

Module

RemoteControl

Header

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

Include

#include "RemoteControlField.h"

Source

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

Syntax

TArray< UObject * > ResolveFieldOwners
(
    const TArray< UObject * > & SectionObjects
) const

Remarks

Resolve the field's owners using the section's top level objects.

Returns

The list of UObjects that own the exposed field.

Parameters

Parameter

Description

SectionObjects

The top level objects of the section.

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