Navigation
API > API/Plugins > API/Plugins/Chooser
| Name | FChooserPropertyBinding |
| Type | struct |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/ChooserPropertyAccess.h |
| Include Path | #include "ChooserPropertyAccess.h" |
Syntax
USTRUCT ()
struct FChooserPropertyBinding
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FChooserPropertyBinding() |
ChooserPropertyAccess.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CompiledBinding | TSharedPtr< UE::Chooser::FCompiledBinding > | ChooserPropertyAccess.h | ||
| CompileMessage | FText | ChooserPropertyAccess.h | ||
| ContextIndex | int | ChooserPropertyAccess.h | ||
| DisplayName | FString | ChooserPropertyAccess.h | ||
| IsBoundToRoot | bool | ChooserPropertyAccess.h | ||
| PropertyBindingChain | TArray< FName > | ChooserPropertyAccess.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Compile
(
IHasContextClass* HasContext, |
ChooserPropertyAccess.h | ||
bool GetStructPtr
(
FChooserEvaluationContext& Context, |
ChooserPropertyAccess.h | ||
bool GetStructValue
(
FChooserEvaluationContext& Context, |
ChooserPropertyAccess.h | ||
FName GetUniqueId() |
ChooserPropertyAccess.h | ||
bool GetValue
(
FChooserEvaluationContext& Context, |
ChooserPropertyAccess.h | ||
bool GetValuePtr
(
FChooserEvaluationContext& Context, |
ChooserPropertyAccess.h | ||
virtual void SetPropertyData
(
const IHasContextClass* HasContext, |
ChooserPropertyAccess.h | ||
TEnableIf< TIsArithmetic< T >::Value, bool >::Type SetValue
(
FChooserEvaluationContext& Context, |
ChooserPropertyAccess.h | ||
TEnableIf::Value, bool >::Type SetValue
(
FChooserEvaluationContext& Context, |
ChooserPropertyAccess.h |